# Get space workspaces

Returns the list of workspaces associated with the specified space within the current account context.
            
Behavior:
- Validates space association with the account
- Retrieves all workspaces configured under the space
- Returns workspace details and related attributes
- Logs the action as a workspace list view event

Endpoint: GET /api/v1/facility/spaces/{spaceIdentifier}/workspaces

## Path parameters:

  - `spaceIdentifier` (string, required)

## Response 200 fields (text/plain):

  - `data` (array,null)

  - `data.workSpaceId` (string)

  - `data.identifier` (string,null)

  - `data.cadPlanLocation` (array,null)

  - `data.status` (object)

  - `data.status.statusId` (string)

  - `data.status.statusCode` (string,null)

  - `data.status.statusName` (string,null)

  - `data.status.statusColor` (string,null)

  - `data.seatAssignmentType` (object)

  - `data.seatAssignmentType.seatAssignmentTypeId` (string)

  - `data.seatAssignmentType.seatAssignmentTypeName` (string,null)

  - `data.seatAssignmentType.seatAssignmentTypeCode` (string,null)

  - `data.responseDescription` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


